func net/http.http2readByte

5 uses

	net/http (current package)
		h2_bundle.go#L2024: 		payload, padSize, err = http2readByte(payload)
		h2_bundle.go#L2445: 		if p, padLength, err = http2readByte(p); err != nil {
		h2_bundle.go#L2459: 		p, hf.Priority.Weight, err = http2readByte(p)
		h2_bundle.go#L2723: 		if p, padLength, err = http2readByte(p); err != nil {
		h2_bundle.go#L2806: func http2readByte(p []byte) (remain []byte, b byte, err error) {